home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Acao
/
fightfight2.swf
/
scripts
/
frame_3
/
PlaceObject2_372_129
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-05-08
|
486 b
|
25 lines
onClipEvent(enterFrame){
if(_root.game.playing)
{
if(guy.alive)
{
if(Key.isDown(39))
{
_X = _X + speed;
if(guy.walk)
{
tellTarget(this)
{
gotoAndStop(1);
_X = _X + speed;
}
tellTarget(this.guy)
{
play();
}
}
}
}
}
}